Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GSoC 2021: Enhancing clang-bind #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

diivm
Copy link

@diivm diivm commented Aug 26, 2021

No description provided.

@diivm
Copy link
Author

diivm commented Aug 26, 2021

@kunaltyagi @larshg
Please have a look.

gsoc-2021/clang-bind.md Outdated Show resolved Hide resolved
@larshg
Copy link

larshg commented Aug 27, 2021

Overall it looks good.

gsoc-2021/clang-bind.md Outdated Show resolved Hide resolved
gsoc-2021/clang-bind.md Outdated Show resolved Hide resolved
Comment on lines +135 to +136
3. Create the API directory `build/.cmake/api/v1/query`.
4. Create the file `build/.cmake/api/v1/query/codemodel-v2` and leave it empty.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps a small script (in the code base and reference it here):

* Configure your project build as normal
* Run `mkdir -p .cmake/api/v1/query && touch .cmake/api/v1/query/codemodel-v2` in the root of the cmake build tree (usually the `build` folder)
* `cmake .` to reconfigure cmake

PS: Do we need the project to be built before we start working?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Have a look at the shell script](https://github.com/PointCloudLibrary/clang-bind/blob/7bdcbcdf3d7bbc9ad706a5184d634f4524d29428/init_bindings.sh#L19-L21).

Do we need the project to be built before we start working?

Yes. We need both cmake-file-api and compilation db.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant: do we need to build PCL before starting with PCL bindings or just PCL's CMake configured?

@diivm diivm force-pushed the gsoc-2021/clang-bind branch from 6211bfd to 77fe26d Compare August 30, 2021 18:47
@diivm diivm force-pushed the gsoc-2021/clang-bind branch from 77fe26d to 8abcbb5 Compare August 30, 2021 19:56
Copy link
Member

@kunaltyagi kunaltyagi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Roughly LGTM. Will merge once you're happy @divmadan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants